home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 42
/
Amiga Format AFCD42 (Issue 126, Aug 1999).iso
/
-serious-
/
-commercial-
/
tp704_e
/
tpupdate.script
< prev
next >
Wrap
Text File
|
1999-05-24
|
814b
|
27 lines
echo "TPUpdate V7.04"
echo "---------------"
echo "This script will update Turboprint 7.0x to 7.04."
echo "Please read the ReadMe file for changes."
echo ""
echo "You can either update Turboprint on your hard disk"
echo "or update a Turboprint boot disk that has been created"
echo "for use on a system not equipped with a hard disk."
echo "If no Turboprint boot disk is inserted, a Turboprint"
echo "Installation on your hard disk will be updated."
echo ""
ask "Do you want to continue (Y=Yes / N=No)?"
if warn
echo "Yes"
copy turbo turboprint:turbo all
copy printers turboprint:printers all
copy drivers turboprint:drivers all
copy colors turboprint:colors all
copy turbospool turboprint:
copy graphicspublisher turboprint:
echo "Patch completed."
else
echo "No"
echo "Patch aborted."
endif